home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / show / supervw_lib_82.lha / superview-lib / Programmers / include / pragmas / superview_pragmas.h next >
C/C++ Source or Header  |  1994-09-10  |  2KB  |  50 lines

  1. /* pragmas/superview.h              */
  2. /* Version    : 8.1                 */
  3. /* Date       : 13.08.1994          */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. #ifndef PRAGMAS_SUPERVIEW_H
  7. #define PRAGMAS_SUPERVIEW_H
  8.  
  9. #pragma libcall SuperViewBase SVL_AllocHandle      1e 901
  10. #pragma libcall SuperViewBase SVL_FreeHandle       24 901
  11. #pragma libcall SuperViewBase SVL_CloseDisplay     2a 901
  12. #pragma libcall SuperViewBase SVL_FreeResources    30 901
  13. #pragma libcall SuperViewBase SVL_SuperView        36 a902
  14. #pragma libcall SuperViewBase SVL_SuperWrite       3c 901
  15. #pragma libcall SuperViewBase SVL_InitHandleAsDOS  42 a902
  16. #pragma libcall SuperViewBase SVL_InitHandleAsClip 48 a902
  17. #pragma libcall SuperViewBase SVL_SetWriteType     4e ba903
  18. #pragma libcall SuperViewBase SVL_SetWindowIDCMP   54 ba903
  19. #pragma libcall SuperViewBase SVL_SetWindowFlags   5a ba903
  20. #pragma libcall SuperViewBase SVL_SetScreenType    60 ba903
  21. #pragma libcall SuperViewBase SVL_GetWindowAddress 66 ba903
  22. #pragma libcall SuperViewBase SVL_GetScreenAddress 6c ba903
  23. #pragma libcall SuperViewBase SVL_GetErrorString   72 901
  24. #pragma libcall SuperViewBase SVL_SetWriteName     78 ba903
  25. #pragma libcall SuperViewBase SVL_SetWriteScreen   7e ba903
  26. #pragma libcall SuperViewBase SVL_FileInfoRequest  84 ba903
  27. /* added with V3 */
  28. #pragma libcall SuperViewBase SVL_GetGlobalDriver  8a a902
  29. #pragma libcall SuperViewBase SVL_SetGlobalDriver  90 a902
  30. #pragma libcall SuperViewBase SVL_ReadToGfxBuffer  96 a902
  31. #pragma libcall SuperViewBase SVL_GetGfxBuffer     9c ba903
  32. #pragma libcall SuperViewBase SVL_SetGfxBuffer     a2 ba903
  33. #pragma libcall SuperViewBase SVL_DisplayGfxBuffer a8 ba903
  34. /* no functions added in V4 */
  35. /* no functions added in V5 */
  36. /* added with V6 */
  37. #pragma libcall SuperViewBase SVL_GetSVObjectList  ae 901
  38. #pragma libcall SuperViewBase SVL_GetSVDriverList  b4 901
  39. #pragma libcall SuperViewBase SVL_FreeSVObjectList ba 901
  40. #pragma libcall SuperViewBase SVL_FreeSVDriverList c0 901
  41. /* added with V7 */
  42. #pragma libcall SuperViewBase SVL_RemoveSVObject   c6 901
  43. #pragma libcall SuperViewBase SVL_RemoveSVDriver   cc 901
  44. #pragma libcall SuperViewBase SVL_AddSVObject      d2 901
  45. #pragma libcall SuperViewBase SVL_AddSVDriver      d8 901
  46. /* added with V8 */
  47. #pragma libcall SuperViewBase SVL_GetFileType      de ba903
  48.  
  49. #endif /* PRAGMAS_SUPERVIEW_H */
  50.